ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / IndexOf Method / IndexOf(T) Method

In This Topic
    IndexOf(T) Method
    In This Topic
    Returns the zero-based index of the first occurrence of the Page object in the PagesCollection.
    Syntax
    'Declaration
     
    Public Overloads Function IndexOf( _
       ByVal value As T _
    ) As Integer
    public int IndexOf( 
       T value
    )

    Parameters

    value
    See Also